Learning Arduino for beginners EP#13 wired serial communication between two Arduino boards

In this tutorial we will take a look at how you can make two Arduino boards communicate with each other via wired serial connection. Check us out on Facebook! ARDUINO CODE: transmitter: #define button 13 void setup() { Serial.begin(9600); pinMode(button, … Continue reading Learning Arduino for beginners EP#13 wired serial communication between two Arduino boards